toggle menu
library
androidJvm
switch theme
search in API
library
/
io.github.wax911.library.model.attribute
/
[androidJvm]GraphError
/
Location
Location
androidJvm
data
class
Location
(
val
line
:
Int
,
val
column
:
Int
)
Location describing which part of GraphQL document caused an exception.
Members
Constructors
Location
Link copied to clipboard
androidJvm
constructor
(
line
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
androidJvm
val
column
:
Int
line
Link copied to clipboard
androidJvm
val
line
:
Int